Class com.symantec.itools.vcafe.openapi.plugin.PlugInLocalFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.plugin.PlugInLocalFrame

Object
   |
   +----PlugInView
           |
           +----PlugInWindow
                   |
                   +----PlugInFrame
                           |
                           +----com.symantec.itools.vcafe.openapi.plugin.PlugInLocalFrame

public abstract class PlugInLocalFrame
extends PlugInFrame
PlugInLocalFrame provides a way to add a window to Visual Cafe environment. A global frame exists across various invocations of projects. A local frame exists on a per project basis.


Constructor Index

 o com.symantec.itools.vcafe.openapi.plugin.PlugInLocalFrame()

Method Index

 o isGlobalView()
This method is called by the framework to find if the plug in view exists as a global view or a local view.

Constructors

 o PlugInLocalFrame
public PlugInLocalFrame()

Methods

 o isGlobalView
public final boolean isGlobalView()
This method is called by the framework to find if the plug in view exists as a global view or a local view. The default implementation returns false.

Returns:
false for local views
Overrides:
isGlobalView in class PlugInFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index